Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.comment.actions--filters

This contribution is part of XML component org.nuxeo.ecm.platform.comment.actions inside nuxeo-platform-comment-web-9.10.jar /OSGI-INF/comment-actions-contrib.xml

Extension Point

Extension point filters of component ActionService.

Contributed Items

  • <filter id="comment">
          <rule grant="true">
            <type>Comment</type>
          </rule>
        </filter>
  • <filter id="commentable">
          <rule grant="true">
            <facet>Commentable</facet>
          </rule>
        </filter>
  • <filter id="canAddComment">
          <rule grant="true">
            <permission>AddChildren</permission>
          </rule>
        </filter>

XML Source

<extension point="filters" target="org.nuxeo.ecm.platform.actions.ActionService">
    <filter id="comment">
      <rule grant="true">
        <type>Comment</type>
      </rule>
    </filter>

    <filter id="commentable">
      <rule grant="true">
        <facet>Commentable</facet>
      </rule>
    </filter>

    <filter id="canAddComment">
      <rule grant="true">
        <permission>AddChildren</permission>
      </rule>
    </filter>
  </extension>